Q3SphericalPoint_Set
You can use theQ3SphericalPoint_Set
function to set the components of a spherical point.
TQ3SphericalPoint *Q3SphericalPoint_Set ( TQ3SphericalPoint *sphericalPoint, float rho, float theta, float phi);
sphericalPoint
- A spherical point.
rho
- The r component of the spherical point.
theta
- The q component of the spherical point.
phi
- The f component of the spherical point.
DESCRIPTION
TheQ3SphericalPoint_Set
function returns, as its function result and in thesphericalPoint
parameter, the spherical point specified by therho
,theta
, andphi
parameters.